home *** CD-ROM | disk | FTP | other *** search
- Path: news.iadfw.net!usenet
- From: Mark Nelson <markn@airmail.net>
- Newsgroups: comp.lang.c++
- Subject: Re: Help
- Date: Sat, 16 Mar 1996 16:39:32 -0600
- Organization: customer of Internet America
- Message-ID: <314B4324.588@airmail.net>
- References: <4iesdd$4ts@news.bellglobal.com>
- NNTP-Posting-Host: dal13-12.ppp.iadfw.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0GoldB1 (Win95; I)
-
- Bogdan Florescu wrote:
- >
- > I have a problem:
- >
- > In MS Visual C++ v1.5 I need to edit a function which prints in an
- > edit box a message on two lines. How do I do this? The "\n" trick
- > doesn't work, even though I checked the "Multiline" and the "Want
- > Return" options. The box is Return Only. How do I print an "Enter"
- > from within a function inside this edit box?
- >
- > Please post the answer or EMail me at bogdanfl@aei.ca
- >
- > Thanks.
-
- print "\r\n" and you will get a line break in the
- multiline edit control.
-
- Mark Nelson
- http://web2.airmail.net/markn
-